Computer Science nerd. Avid PC gamer. Runner. Food enthusiast
An exercise in implementing texture mapping. Cube 1 uses an image of rocks and pebbles as its texture, and uses nearest-neighbor texture filtering. Cube 2 uses an image of everyone's favorite doggo, and uses trilinear filtering and mip-mapping. The texture has also been zoomed out and repeated.
Below are the controls for this assignment:
Return to the WebGL projects page here.